-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the ROUTER_LATE role & supporting fields #632
Conversation
What do others think about this idea and the naming? |
I'm not the biggest fan of the naming, as it requires an explanation to users. How do we express the behavior in its simplest terms? |
|
Sounds good to me |
Will always rebroadcast packets, but will do so after all other modes. Intended for router nodes that are there to provide additional coverage in areas not already covered by other routers, or to bridge around problematic terrain, but should not be given priority over other routers in order to avoid unnecessarily consuming hops.
Have squashed the commits to make it easier to wrangle. |
This PR adds the new
ROUTER_INFILL
ROUTER_LATE
role & supporting fields for the following firmware PR:meshtastic/firmware#5528